home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20021006-20030409 / 000072_ysidros@advmail.com_Tue Nov 12 13:19:40 EST 2002.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  31 lines

  1. Article: 13838 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!panix!newsfeed.mathworks.com!news-hog.berkeley.edu!ucberkeley!newsfeed.stanford.edu!postnews1.google.com!not-for-mail
  3. From: ysidros@advmail.com (Ysidro Salinas)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: telnet and pseudo-terminals
  6. Date: 12 Nov 2002 09:28:40 -0800
  7. Organization: http://groups.google.com/
  8. Lines: 13
  9. Message-ID: <e81154be.0211120928.281cafa6@posting.google.com>
  10. NNTP-Posting-Host: 63.194.226.189
  11. Content-Type: text/plain; charset=ISO-8859-1
  12. Content-Transfer-Encoding: 8bit
  13. X-Trace: posting.google.com 1037122120 13824 127.0.0.1 (12 Nov 2002 17:28:40 GMT)
  14. X-Complaints-To: groups-abuse@google.com
  15. NNTP-Posting-Date: 12 Nov 2002 17:28:40 GMT
  16. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13838
  17.  
  18. Is it possible to use C-Kermit to provide "serial-like" input/output
  19. through a telnet connection to another communication program?  If so,
  20. how?  I've read about the pipe and pty features, the redirect feature,
  21. and I've also scowered the "Using C-Kermit" book, but I'm not quite
  22. sure if any of these do what I want.  I have an existing comm program
  23. that screen-scraps a remote system via a serial port, I'd like to
  24. extend it to do exactly the same over a telnet connection, but I'd
  25. really like to avoid writing code to perform the telnet protocol.  Can
  26. I use kermit to establish the telnet connection, feed input and output
  27. to my program, and handle all the telnet communication at the same
  28. time?
  29.  
  30. Thanks in advance for any help you can provide.
  31.